fix other typo
authorHavoc Pennington <hp@redhat.com>
Thu, 14 Jun 2001 22:25:23 +0000 (22:25 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Thu, 14 Jun 2001 22:25:23 +0000 (22:25 +0000)
commita00219677324464faef05f66ba7e1d2b97229e12
treedf2d58a2f756093c8d2393805e98934ecfcd882b
parentcf2fab907731469bc0753b4f73b04c11633d336c
fix other typo

2001-06-14  Havoc Pennington  <hp@redhat.com>

* gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo

* gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo

* gtk/gtktextbtree.c: don't leak node data all over the place.

* demos/gtk-demo/main.c (main): create fontify tags for the right
buffer

* gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
to mention tags in the same table can't have the same name,
suggested by Skip Montanaro

2001-06-11  Havoc Pennington  <hp@redhat.com>

* gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning
for trying to add two tags with same name to the tag table

* demos/gtk-demo/main.c (main): fix colors ;-)
14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
demos/gtk-demo/main.c
docs/reference/gtk/tmpl/gtkwidget.sgml
gtk/gtktextbtree.c
gtk/gtktextbuffer.c
gtk/gtktexttagtable.c
gtk/gtkwidget.c
gtk/gtkwindow.c